InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Framework Namespace / TreeCollection<T> Class / OnCollectionChanged Method

In This Topic
    OnCollectionChanged Method (TreeCollection<T>)
    In This Topic
    Syntax
    'Declaration
     
    Protected Overrides Sub OnCollectionChanged( _
       ByVal e As NotifyCollectionChangedEventArgs _
    ) 
    protected override void OnCollectionChanged( 
       NotifyCollectionChangedEventArgs e
    )

    Parameters

    e
    See Also